home *** CD-ROM | disk | FTP | other *** search
- object DialogForm: TDialogForm
- Left = 231
- Top = 144
- ActiveControl = NextBtn
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsNone
- Caption = 'Setup'
- ClientHeight = 321
- ClientWidth = 436
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 282
- Width = 417
- Height = 10
- Shape = bsTopLine
- end
- object ExitBtn: TButton
- Left = 348
- Top = 290
- Width = 75
- Height = 25
- Cursor = crArrow
- Caption = '������'
- ModalResult = 3
- TabOrder = 2
- OnClick = ExitBtnClick
- end
- object Notebook: TNotebook
- Left = 0
- Top = 6
- Width = 429
- Height = 273
- TabOrder = 3
- OnPageChanged = NotebookPageChanged
- object TPage
- Left = 0
- Top = 0
- Caption = 'Welcome'
- object Image1: TImage
- Left = 8
- Top = 5
- Width = 120
- Height = 260
- Picture.Data = {<image001.bmp>}
- Stretch = True
- end
- object Label1: TLabel
- Left = 140
- Top = 6
- Width = 32
- Height = 13
- Caption = 'Label1'
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'License'
- object Image2: TImage
- Left = 12
- Top = 8
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image002.ico>}
- end
- object Label2: TLabel
- Left = 52
- Top = 8
- Width = 365
- Height = 41
- AutoSize = False
- Caption = 'Label2'
- end
- object Label3: TLabel
- Left = 12
- Top = 230
- Width = 413
- Height = 42
- AutoSize = False
- Caption = 'Label3'
- end
- object License: TMemo
- Left = 12
- Top = 51
- Width = 409
- Height = 177
- Lines.Strings = (
- 'License')
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- WantReturns = False
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'User'
- object Image3: TImage
- Left = 8
- Top = 5
- Width = 120
- Height = 260
- Stretch = True
- end
- object Label4: TLabel
- Left = 144
- Top = 4
- Width = 277
- Height = 45
- AutoSize = False
- Caption = 'Label4'
- end
- object Label5: TLabel
- Left = 144
- Top = 72
- Width = 105
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Label5'
- end
- object Label6: TLabel
- Left = 144
- Top = 128
- Width = 105
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Label6'
- end
- object Label7: TLabel
- Left = 144
- Top = 176
- Width = 277
- Height = 85
- AutoSize = False
- Caption = 'Label7'
- end
- object Label8: TLabel
- Left = 144
- Top = 100
- Width = 105
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Label8'
- end
- object UserName: TEdit
- Left = 268
- Top = 68
- Width = 121
- Height = 21
- AutoSize = False
- TabOrder = 0
- OnChange = UserNameChange
- end
- object KeyWord: TEdit
- Left = 268
- Top = 124
- Width = 121
- Height = 21
- TabOrder = 1
- OnChange = UserNameChange
- end
- object OrgName: TEdit
- Left = 268
- Top = 96
- Width = 121
- Height = 21
- AutoSize = False
- TabOrder = 2
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Custom'
- object Image8: TImage
- Left = 8
- Top = 4
- Width = 120
- Height = 260
- Stretch = True
- end
- object CustomLabel: TLabel
- Left = 141
- Top = 4
- Width = 61
- Height = 13
- Caption = 'CustomLabel'
- end
- object CustomBox1: TCheckBox
- Left = 141
- Top = 80
- Width = 278
- Height = 17
- TabOrder = 0
- OnClick = CustomBox1Click
- end
- object CustomBox2: TCheckBox
- Left = 141
- Top = 98
- Width = 278
- Height = 17
- TabOrder = 1
- OnClick = CustomBox1Click
- end
- object CustomBox3: TCheckBox
- Left = 141
- Top = 117
- Width = 278
- Height = 17
- TabOrder = 2
- OnClick = CustomBox1Click
- end
- object CustomBox4: TCheckBox
- Left = 141
- Top = 135
- Width = 278
- Height = 17
- TabOrder = 3
- OnClick = CustomBox1Click
- end
- object CustomBox5: TCheckBox
- Left = 141
- Top = 153
- Width = 278
- Height = 17
- TabOrder = 4
- OnClick = CustomBox1Click
- end
- object CustomBox6: TCheckBox
- Left = 141
- Top = 171
- Width = 278
- Height = 17
- TabOrder = 5
- OnClick = CustomBox1Click
- end
- object CustomBox7: TCheckBox
- Left = 141
- Top = 190
- Width = 278
- Height = 17
- TabOrder = 6
- OnClick = CustomBox1Click
- end
- object CustomBox8: TCheckBox
- Left = 141
- Top = 208
- Width = 278
- Height = 17
- TabOrder = 7
- OnClick = CustomBox1Click
- end
- object Flag1: TRadioButton
- Left = 141
- Top = 225
- Width = 279
- Height = 17
- Caption = 'Flag1'
- Checked = True
- TabOrder = 8
- TabStop = True
- Visible = False
- end
- object Flag2: TRadioButton
- Left = 141
- Top = 241
- Width = 279
- Height = 17
- Caption = 'Flag2'
- TabOrder = 9
- Visible = False
- end
- object Flag3: TRadioButton
- Left = 141
- Top = 257
- Width = 279
- Height = 17
- Caption = 'Flag3'
- TabOrder = 10
- Visible = False
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Directory'
- object Image4: TImage
- Left = 8
- Top = 5
- Width = 120
- Height = 260
- Stretch = True
- end
- object Label9: TLabel
- Left = 144
- Top = 4
- Width = 32
- Height = 13
- Caption = 'Label9'
- end
- object GroupBox1: TGroupBox
- Left = 139
- Top = 184
- Width = 278
- Height = 81
- Caption = 'GroupBox1'
- TabOrder = 0
- object BrowseBtn: TButton
- Left = 168
- Top = 48
- Width = 97
- Height = 21
- Caption = '...'
- TabOrder = 0
- OnClick = BrowseBtnClick
- end
- object DefaultDir: TEdit
- Left = 8
- Top = 16
- Width = 257
- Height = 21
- TabOrder = 1
- Text = 'DefaultDir'
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Group'
- object Image7: TImage
- Left = 8
- Top = 4
- Width = 120
- Height = 260
- Stretch = True
- end
- object Label16: TLabel
- Left = 144
- Top = 4
- Width = 277
- Height = 101
- AutoSize = False
- Caption = 'Label16'
- end
- object GroupEdit: TEdit
- Left = 144
- Top = 108
- Width = 277
- Height = 21
- TabOrder = 0
- Text = 'GroupEdit'
- end
- object GroupList: TListBox
- Left = 144
- Top = 132
- Width = 277
- Height = 133
- ItemHeight = 13
- TabOrder = 1
- OnClick = GroupListClick
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Copying'
- object Image5: TImage
- Left = 8
- Top = 4
- Width = 120
- Height = 260
- Stretch = True
- end
- object Label10: TLabel
- Left = 144
- Top = 4
- Width = 38
- Height = 13
- Caption = 'Label10'
- end
- object Label11: TLabel
- Left = 164
- Top = 112
- Width = 38
- Height = 13
- Caption = 'Label11'
- end
- object Label12: TLabel
- Left = 164
- Top = 136
- Width = 38
- Height = 13
- Caption = 'Label12'
- end
- object Label13: TLabel
- Left = 164
- Top = 160
- Width = 38
- Height = 13
- Caption = 'Label13'
- end
- object Label14: TLabel
- Left = 164
- Top = 184
- Width = 38
- Height = 13
- Caption = 'Label14'
- end
- object FileCaption: TLabel
- Left = 156
- Top = 228
- Width = 52
- Height = 13
- Caption = 'FileCaption'
- end
- object Gauge: TProgressBar
- Left = 157
- Top = 247
- Width = 257
- Height = 16
- Min = 0
- Max = 100
- TabOrder = 0
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Finish'
- object Image6: TImage
- Left = 8
- Top = 4
- Width = 120
- Height = 260
- Stretch = True
- end
- object Label15: TLabel
- Left = 144
- Top = 4
- Width = 281
- Height = 237
- AutoSize = False
- Caption = 'Label15'
- end
- object Restart: TCheckBox
- Left = 144
- Top = 248
- Width = 281
- Height = 17
- Caption = 'Restart'
- TabOrder = 0
- end
- end
- end
- object PrevBtn: TButton
- Left = 185
- Top = 290
- Width = 75
- Height = 25
- Cursor = crArrow
- Caption = '<< �����'
- Enabled = False
- TabOrder = 0
- OnClick = PrevBtnClick
- end
- object NextBtn: TButton
- Left = 260
- Top = 290
- Width = 75
- Height = 25
- Cursor = crArrow
- Caption = '����� >>'
- Default = True
- TabOrder = 1
- OnClick = NextBtnClick
- end
- end
-